/* 

https://blufly.media/asset/css/[default].css

*/

a:link {
	
	color: black;
	font-weight: bold;
	text-decoration: none;
	
}

a:hover {
	
	font-weight: bold;
	text-decoration: underline;
	
}

a:visited {
	
	color: black;
	
}

#author {
	
	font-family: 'Marcellus SC', serif;
	text-transform: uppercase;
	font-size: 1.5em;
	text-align: center;

}

@media screen and (max-width : 980px) and (orientation: portrait) {
	
	#author {
		
		font-size: 1.5em;
		
	}
	
}

code {
	
	font-size: 0.9em;
	color: #5E5E5E;
	font-weight: 550;
	
}

.dropcap {
	
	float: left;
	font-size: 4em;
	line-height: 5px;
	padding-top: 32px;
	padding-bottom: 15px;
	padding-right: 12px;
	padding-left: 0px;
	
}

@media screen and (max-width : 980px) and (orientation: portrait) {
	
	.dropcap {
	
		float: left;
		font-size: 4em;
		padding-top: 0.55em;
		padding-bottom: 0.4em;
		padding-right: 0.2em;
		padding-left: 0em;
		
	}
	
}

/* #embedded-index (this is kind of a hack to get the Bluesky blockquotes to (sort of) centre on mobile/portrait) */

@media screen and (max-width : 980px) and (orientation: portrait) {
	
	#embedded-index {
		
		margin-left: 20%;

	}
	
}

.epilogue-text {
	
	font-style: italic;
	padding-bottom: 6em;
	
}

.footnote-separator {
	
	width: 40%;
	margin-left: 0;
	margin-right: auto;
	margin-top: 2.3em;
	margin-bottom: 2em;
	
}

#footnote-text {
	
	font-size: 0.8em;
	padding-bottom: 1em;
	
}

@media screen and (max-width : 980px) and (orientation: portrait) {
	
	#footnote-text {
		
		padding-bottom: 2.5em;
		font-size: 0.55em;
		
	}
	
}

li {
	
	margin-bottom: 1em;	
	
}

.section-title {
	
	padding-top: 10px;
    font-family: 'Marcellus SC', serif;
	font-size: 1.2em;
	padding-top: 1.5em;
	
}

.separator {
	
	letter-spacing: 2em;
	text-align: center;
	
}

@media screen and (max-width : 980px) and (orientation: portrait) {
	
	.section-title {
		
		padding-top: 10px;
	    font-family: 'Marcellus SC', serif;
		font-size: 1.2em;
		padding-top: 2em;
		
	}
	
}

.proper-noun {
	
	font-style: italic;
	padding-right: 2px;
	
}

.quoted-text {
	
	font-style: italic;
	
}

.quoted-text:after {
	
	padding-left: 1px;
	content: "\201D";
	padding-right: 1px;
	
}

.quoted-text:before {
	
	content: "\201C";
	padding-right: 1px;
	
}

.superscript {
	
	position: relative;
	top: -.4em;
	font-size: 0.75em;
	padding-right: 2px;
	
}

.wrapper {

	display: grid;
	grid-template-columns: 1fr min(60ch, 100%) 1fr;
	grid-column-gap: 32px;
    font-family: 'Lusitana';
    font-weight: 400;
    color: black;
	line-height: 1.6;
	margin: 0;
	padding: 0;
	padding-right: auto;
	
}

@media screen and (max-width : 980px) and (orientation: portrait) {
	
	.wrapper {
	
		font-size: 2.5em;
		
	}
	
}

.wrapper > * {
	
	grid-column: 2;

}

.full-bleed {

	width: 100%;
	grid-column: 1 / 4;
	
}

/* this is the caption used for the key image */

.caption {
	
	font-family: 'Josefin Sans', sans-serif;
	font-style: normal;
	font-optical-sizing: auto;
	font-weight: 400;
	color: grey;
	text-align: center;
	padding-bottom: 2em;
	font-size: .8em;
	
	width: 80%;
	padding-left: 10%;
	grid-column: 1 / 4;
	
}

/* and this is the caption used for pictures which are 'in-line' in the article */

.caption-inline {
	
	padding-top: 0.5em;
	width: 100%;
	padding-left: 0%;
	grid-column: 2 / 3;
	
}

@media screen and (max-width : 980px) and (orientation: portrait) {
	
	.caption {
		
		padding-bottom: 2.5em;
		font-size: 0.45em;
		
	}
	
	.caption-inline {
		
		padding-top: 1.0em;
		
	}


}

#key-photo {
	
	margin-bottom: 5px;
	
}

#subtitle {
	
	font-style: italic;
	text-align: center;
	font-size: 1.2em;
	padding-bottom: 1.5em;

}

@media screen and (max-width : 980px) and (orientation: portrait) {
	
	#subtitle {
		
		font-size: 1.0em;
		padding-bottom: 1.4em;
		
	}
	
}

#title {
	
    font-family: 'Marcellus SC', serif;
	text-transform: uppercase;
    font-weight: 400;
	font-style: normal;
	text-align: center;
	font-size: 3em;
	padding-bottom: 0.4em;
	padding-top: 1em;
	line-height: 1em;
	
}

@media screen and (max-width : 980px) and (orientation: portrait) {
	
	#title {
		
		font-size: 2em;
		
	}
	
}

ul {
	
	margin-top: 0em;
	font-size: 0.92em;
	margin-bottom: 0em;	
	
}

